home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / Mouseup.cpt / mouseup magazine / card_10654.txt < prev    next >
Text File  |  1988-08-18  |  1KB  |  54 lines

  1. -- card: 10654 from stack: in
  2. -- bmap block id: 7786
  3. -- flags: 0000
  4. -- background id: 2721
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=200 top=306 right=328 bottom=300
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe left very slow  to black
  23.   visual effect wipe right slow
  24.   go to card id 3310 of stack "mouseUP"
  25. end mouseUp
  26. on mouseEnter
  27.   Beep 2
  28. end mouseEnter
  29.  
  30.  
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=26 top=82 right=140 bottom=123
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: New Button
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   go to card id 4035
  48. end mouseUp
  49. on mouseEnter
  50.   beep 1
  51. end mouseEnter
  52.  
  53.  
  54.